From dba6e9b94c9ab06bc037656eebac8b8987d2b642 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Fri, 25 Jul 2025 23:15:49 +0800 Subject: [PATCH] hev-socks5-tproxy: update to 2.9.0 Upstream changelog: https://github.com/heiher/hev-socks5-tproxy/releases/tag/2.9.0 Signed-off-by: Ray Wang --- net/hev-socks5-tproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hev-socks5-tproxy/Makefile b/net/hev-socks5-tproxy/Makefile index c0d8f5e808..76971af33e 100644 --- a/net/hev-socks5-tproxy/Makefile +++ b/net/hev-socks5-tproxy/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hev-socks5-tproxy -PKG_VERSION:=2.8.0 +PKG_VERSION:=2.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-socks5-tproxy/releases/download/$(PKG_VERSION) -PKG_HASH:=94fdc315b5a6d818c18aaf26c7b610e8d2f67814aded05052899bc27cf2c4221 +PKG_HASH:=2a1c76bfb986e34ab8ba54be9a6c8faf4fa4854b7ee45b0f8e4d108c4c9d4cb2 PKG_MAINTAINER:=Ray Wang PKG_LICENSE:=MIT -- 2.30.2